home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / vol15n10.zip / MULTIL.ZIP / MLSRC.ZIP / MSDEV / PROJECTS / MLAUNCH / README.TXT < prev    next >
Text File  |  1996-02-27  |  3KB  |  70 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : MFCML
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this MFCML DLL for you.  This DLL not only
  7. demonstrates the basics of using the Microsoft Foundation classes but
  8. is also a starting point for writing your DLL.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your MFCML DLL.
  12.  
  13. MFCML.h
  14.     This is the main header file for the DLL.  It declares the
  15.     CMFCMLApp class.
  16.  
  17. MFCML.cpp
  18.     This is the main DLL source file.  It contains the class CMFCMLApp.
  19.     It also contains the OLE entry points required of inproc servers.
  20.  
  21. MFCML.odl
  22.     This file contains the Object Description Language source code for the
  23.     type library of your DLL.
  24.  
  25. MFCML.rc
  26.     This is a listing of all of the Microsoft Windows resources that the
  27.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  28.     in the RES subdirectory.  This file can be directly edited in Microsoft
  29.     Developer Studio.
  30.  
  31. res\MFCML.rc2
  32.     This file contains resources that are not edited by Microsoft 
  33.     Developer Studio.  You should place all resources not
  34.     editable by the resource editor in this file.
  35.  
  36. MFCML.odl
  37.     This file contains the Object Description Language source code for the
  38.     type library of your application.
  39.  
  40. MFCML.def
  41.     This file contains information about the DLL that must be
  42.     provided to run with Microsoft Windows.  It defines parameters
  43.     such as the name and description of the DLL.  It also exports
  44.     functions from the DLL.
  45.  
  46. MFCML.clw
  47.     This file contains information used by ClassWizard to edit existing
  48.     classes or add new classes.  ClassWizard also uses this file to store
  49.     information needed to create and edit message maps and dialog data
  50.     maps and to create prototype member functions.
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53. Other standard files:
  54.  
  55. StdAfx.h, StdAfx.cpp
  56.     These files are used to build a precompiled header (PCH) file
  57.     named MFCML.pch and a precompiled types file named StdAfx.obj.
  58.  
  59. Resource.h
  60.     This is the standard header file, which defines new resource IDs.
  61.     Microsoft Developer Studio reads and updates this file.
  62.  
  63. /////////////////////////////////////////////////////////////////////////////
  64. Other notes:
  65.  
  66. AppWizard uses "TODO:" to indicate parts of the source code you
  67. should add to or customize.
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70.